Add lost doc for seg2trk and trk2seg.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 6 Jun 2010 00:38:01 +0000 (00:38 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 6 Jun 2010 00:38:01 +0000 (00:38 +0000)
gpsbabel/xmldoc/filters/options/track-seg2trk.xml [new file with mode: 0644]
gpsbabel/xmldoc/filters/options/track-trk2seg.xml [new file with mode: 0644]

diff --git a/gpsbabel/xmldoc/filters/options/track-seg2trk.xml b/gpsbabel/xmldoc/filters/options/track-seg2trk.xml
new file mode 100644 (file)
index 0000000..50e41b0
--- /dev/null
@@ -0,0 +1,6 @@
+<para>
+This option splits tracks at segment boundaries into multiple tracks. This
+is useful to restore the behaviour of GPSBabel versions up to 1.3.6 which
+didn't support track segment markers and automatically put each segment into
+a separate track.
+</para>
diff --git a/gpsbabel/xmldoc/filters/options/track-trk2seg.xml b/gpsbabel/xmldoc/filters/options/track-trk2seg.xml
new file mode 100644 (file)
index 0000000..8617b7f
--- /dev/null
@@ -0,0 +1,6 @@
+<para>
+This option merges multiple tracks, inserting segment separators at
+track boundaries. It expects the tracks to already be in the right order for
+merging, i.e. it does not check timestamps and reorder track points so that
+their timestamps are monotonically increasing.
+</para>